17. Branches for Collaboration

Branches for Collaboration

Question:

Start Quiz:

Solution:

INSTRUCTOR NOTE:

Viewing the commit history

The full command Caroline types to see the visual representation of the commit history is git log --graph --oneline master coins.

Checking out the coins branch

Note that you'll need to check out the coins branch using the command git checkout coins before you can view the coins branch using git log.